object TextEditForm: TTextEditForm Left = 247 Top = 142 Width = 340 Height = 276 BorderIcons = [biSystemMenu] Caption = 'Text' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Memo: TMemo Left = 0 Top = 0 Width = 332 Height = 211 Align = alClient Lines.Strings = ( 'Text') TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 211 Width = 332 Height = 36 Align = alBottom BevelOuter = bvNone TabOrder = 1 object btnCancel: TButton Left = 246 Top = 6 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 0 OnClick = btnCancelClick end object btnOk: TButton Left = 161 Top = 6 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 1 OnClick = btnOkClick end end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreControls.Strings = ( 'Panel1') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Left = 8 Top = 216 end end